home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / gtld3656.lha / GadUtil / Docs / AutoDocs / 47.GU_UpdateProgress < prev    next >
Text File  |  1995-10-10  |  971b  |  29 lines

  1. gadutil.library/GU_UpdateProgress           gadutil.library/GU_UpdateProgress
  2.  
  3.    NAME
  4.     GU_UpdateProgress -- Redraw all or specified progress gadget(s).
  5.  
  6.    SYNOPSIS
  7.     GU_UpdateProgress(window, gad_info, gadget)
  8.                       A0      A1        A2
  9.  
  10.     VOID GU_UpdateProgress(struct Window *, APTR, struct ProgressGad *);
  11.  
  12.    FUNCTION
  13.         Redraws all or one specified PROGRESS_KIND gadget in a window.
  14.  
  15.    INPUTS
  16.         window - the window that the progress gadget is in.
  17.  
  18.         gad_info - the value returned from GU_LayoutGadgetsA()
  19.  
  20.         gadget - NULL, or a pointer to a specified progress gadget to
  21.                  redraw. If NULL is given, all progress gadgets will be
  22.                  redrawn. Use this function to redraw the progress gad
  23.                  after changing the total or current value.
  24.                  This function is called automatically from GU_Refresh-
  25.                  Boxes.
  26.  
  27.    SEE ALSO
  28.         GU_RefreshBoxes(), GU_RefreshWindow()
  29.